From dadede57200e90fab31d90f04c5cf9a5617392b1 Mon Sep 17 00:00:00 2001 From: Debian LibreOffice Maintainers Date: Thu, 8 Feb 2018 18:29:39 +0000 Subject: [PATCH] no-check-if-root Gbp-Pq: Name no-check-if-root.diff --- Makefile.in | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index a1d6a675d7e..51ecb51d3c7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -58,14 +58,6 @@ else # MAKE_RESTARTS all: build -check-if-root: - @if test `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \ - echo; \ - echo 'No. You make ME a sandwich.'; \ - echo; \ - exit 1; \ - fi - gb_Side ?= host include $(BUILDDIR)/config_$(gb_Side).mk @@ -254,7 +246,7 @@ endif # # Bootstrap # -bootstrap: check-if-root compilerplugins +bootstrap: compilerplugins # # Build -- 2.30.2